const net/http.http2stateClosed
9 uses
net/http (current package)
h2_bundle.go#L3557: http2stateClosed
h2_bundle.go#L3565: http2stateClosed: "Closed",
h2_bundle.go#L4705: return http2stateClosed, nil
h2_bundle.go#L4709: return http2stateClosed, nil
h2_bundle.go#L5242: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L5297: case http2stateClosed:
h2_bundle.go#L5697: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5700: st.state = http2stateClosed
h2_bundle.go#L6490: if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)